Interface org.omg.CORBA.OperationDef
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface org.omg.CORBA.OperationDef

public interface OperationDef
extends Object
extends Object, Contained
An OperationDef represents the information that defines anoperation of an interface.

Method Index

 o contexts()
 o contexts(String[])
 o exceptions()
 o exceptions(ExceptionDef[])
 o mode()
 o mode(OperationMode)
 o params()
 o params(ParameterDescription[])
 o result()
 o result_def()
 o result_def(IDLType)

Methods

 o result
  public abstract TypeCode result() throws SystemException
 o result_def
  public abstract IDLType result_def() throws SystemException
 o result_def
  public abstract void result_def(IDLType arg) throws SystemException
 o params
  public abstract ParameterDescription[] params() throws SystemException
 o params
  public abstract void params(ParameterDescription arg[]) throws SystemException
 o mode
  public abstract OperationMode mode() throws SystemException
 o mode
  public abstract void mode(OperationMode arg) throws SystemException
 o contexts
  public abstract String[] contexts() throws SystemException
 o contexts
  public abstract void contexts(String arg[]) throws SystemException
 o exceptions
  public abstract ExceptionDef[] exceptions() throws SystemException
 o exceptions
  public abstract void exceptions(ExceptionDef arg[]) throws SystemException

All Packages  Class Hierarchy  This Package  Previous  Next  Index